home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 59338 / 59338.xpi / chrome / mozapps / extensions / about.css < prev    next >
Cascading Style Sheet File  |  2010-01-02  |  827b  |  52 lines

  1. #clientBox {
  2. background-image: none !important;
  3. background-color:#E1DFDE !important;
  4. color: #000000;
  5. }
  6.  
  7. #extensionName {
  8.   font-size: large;
  9.   font-weight: bold;
  10. text-shadow: 2px 2px 1px #ffffff;
  11. }
  12.  
  13. #extensionVersion {
  14.   font-weight: bold;
  15.   color: #909090;
  16. }
  17.  
  18. #genericAbout {
  19.   padding: 0px 0px 10px 0px;
  20.   min-height: 200px;
  21.   width: 30em;
  22. }
  23.  
  24. #groove {
  25.   margin-top: 0px;
  26. }
  27.  
  28. #clientBox {
  29.   padding: 10px;
  30.  
  31. #extensionDescription {
  32.   color: #404040;
  33. }
  34.  
  35. .boxIndent {
  36.   -moz-margin-start: 6px;
  37. }
  38.  
  39. #extensionCreator, .contributor {
  40.   margin: 0px;
  41.  
  42. .sectionTitle {
  43. background-color:transparent !important;
  44. background-image: url("chrome://browser/skin/icons/menu_separator.png") !important;
  45. background-repeat:no-repeat !important;
  46. background-position:top center;
  47. padding: 2px 0px 3px 0px;
  48. margin-top: 3px;
  49. font-weight: bold;
  50. }